UserAccount.UserAccountCollection userAccounts = UserAccount.GetInstances("Name='ASPNET'"); foreach ( UserAccount userAccount in userAccounts) { MessageBox.Show("Name : "+userAccount.Name +"\nFullName : "+userAccount.FullName); }